home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / mac / PC / GCSData / ricker_s.dxr / 00041_Main Scripts.ls < prev    next >
Encoding:
Text File  |  1996-09-01  |  263 b   |  22 lines

  1. on startMovie
  2.   global MovieNames
  3.   set MovieNames to "RICKER"
  4.   ScientistScreenStart()
  5.   preLoadCast(34)
  6. end
  7.  
  8. on Experiment
  9.   cursor(4)
  10.   go(1, "SALMON_G.DIR")
  11.   cursor(4)
  12. end
  13.  
  14. on Help
  15.   ScientistScreenHelp()
  16. end
  17.  
  18. on idle
  19.   ScientistScreenIdle()
  20.   PopIdle()
  21. end
  22.